runtime.stackWorkBufHdr.next (field)

4 uses

	runtime (current package)
		mgcstack.go#L118: 	next *stackWorkBuf // linked list of workbufs
		mgcstack.go#L219: 		buf.next = nil
		mgcstack.go#L229: 		buf.next = *head
		mgcstack.go#L255: 			buf = buf.next